Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@-0/utils

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@-0/utils

utilities for the `-0` org/framework built on @thi.ng/umbrella ecosystem

  • 0.3.67
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
22
increased by340%
Maintainers
1
Weekly downloads
 
Created
Source
git subtree push --prefix=my/folder subtree_origin master

Where:

  • --prefix=my/folder is the folder within your supertree that you want to push to the subtree
  • master is the branch in the subtree,
  • subtree_origin is just another remote, which happens to point to your subtree's git repository. You can also type the full repo URL.
git subtree pull --prefix=my/folder subtree_origin master

Where:

  • pull is the inverse of push (consume from subtree rather than produce to subtree)
  • --prefix=my/folder is the folder/directory you want to pull the subtree into
  • subtree (remote)
  • master (branch)

Workflow:

  • all control is handled in the supertree
  • use git remote add <subtree_origin> for cleaner git commands from supertree
  • subtrees work independently and are consumed from/produced to from supertree

more info

Keywords

FAQs

Package last updated on 03 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc